home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Apps / EOModeler.app / English.lproj / Consistency.nib / data.classes next >
Encoding:
Text File  |  1995-01-31  |  496 b   |  17 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. ConsistencyPanel = {SUPERCLASS = Panel; };
  3. Controller = {
  4.     ACTIONS = {
  5.     "consistencyCancel:" = "consistencyCancel:"; 
  6.     "consistencyOK:" = "consistencyOK:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     consistencyCancelButton = consistencyCancelButton; 
  10.     consistencyMessage = consistencyMessage; 
  11.     consistencyOKButton = consistencyOKButton; 
  12.     consistencyText = consistencyText; 
  13.     consistencyWindow = consistencyWindow; 
  14.     }; 
  15.     SUPERCLASS = Object; 
  16. };
  17.